@charset "utf-8";

a {
    text-decoration: underline;
}

/* 公共样式文件 */
.TabContent ul li:hover {
    background-color: #EEE;
}

html {
    background-color: #fff;
    font-size: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
    font-family: Arial, "微软雅黑", "黑体";
}

/* .content{width:1000px;height:auto;margin:10px auto;color:#101010;} */
/* body {min-width:1000px;background:#FFF;font-family:Arial,"微软雅黑","黑体"; font-size:14px; display:inline; margin:0; color:#101010; line-height:22px;} */
* {
    padding: 0;
    border: 0;
    margin: 0;
}

a,
input,
button {
    outline: none;
}

::-moz-focus-inner {
    border: 0px;
}

div,
ul,
li,
img {
    border: 0;
    padding: 0;
    list-style-type: none;
}

a {
    color: #101010;
    font-size: 12px;
    text-decoration: none;
}

a:link {
    color: #fff;
    font-size: 12px;
}

a:active {
    star: expression(this.onFocus=this.blur());
    color: #535353;
    font-size: 12px;
}

a:visited {
    color: #101010;
    font-size: 12px;
}

a:hover {
    color: #2469b1;
    font-size: 12px;
    text-decoration: none;
}

:focus {
    outline: 0
}

.sub_nav {
    margin: 5px;
    font-size: 14px;
    font-weight: bold;
}

.sub_nav a {
    cursor: pointer;
    font-size: 14px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.inlineBlock {
    display: inline-block;
    *display: inline;
}

.horizontal_center {
    margin: 0px auto;
}

.horizontal_center a:hover {
    cursor: pointer;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.ml05 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}

.mr150 {
    margin-right: 150px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb150 {
    margin-bottom: 150px;
}

.dot_line {
    background: url(../images/dot_line.png);
}

.noticLInk:hover {
    text-decoration: underline;
}

.moreText:hover {
    color: #2469b1;
}

select:focus::-ms-value {
    background-color: transparent;
    color: inherit;
}

/*
	article.html & list.html
*/
.content .tab_title {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    min-height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #e2e2e2;
    letter-spacing: 0.04px;
    text-align: center
}

.content .aTab {
    display: flex;
    width: 100%;
    height: auto;
}

.content .aTab .TabTitle {
    width: 20%;
}

.content .aTab .TabTitle ul {
    width: 100%;
}

.content .aTab .TabTitle ul li {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 20px;
    border-right: 1px solid #e2e2e2;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;
}

.content .aTab .TabTitle ul li span {
    float: right;
    padding-right: 20px;
}

.content .aTab .TabTitle ul .active {
    background-color: #e2e2e2;
}

.content .aTab .TabTitle ul .normal {
    background-color: #FFF;
}

.content .aTab .TabContent {
    width: 58%;
    padding-top: 20px;
    padding-left: 40px;
}

.content .aTab .TabContent span {
    font-size: 14px;
}

.content .aTab .TabContent ul li {
    line-height: 30px;
    padding: 0 10px;
    border-radius: 3px 3px;
}

.content .aTab .TabContent .myTab0_page {
    width: 580px;
    border-top: 1px solid #e2e2e2;
    text-align: center;
    padding: 5px;
}

.content .aTab .TabContent .myTab0_page .page_input {
    width: 50px;
    height: 16px;
    border: 1px solid #e2e2e2;
    outline: none;
}

.content .aTab .TabContent .myTab0_page .page_btn {
    width: 43px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #e2e2e2;
    border-radius: 3px 3px;
    cursor: pointer;
    background-color: #FFF;
}

.content .fin_info {
    width: 15%;
}

.content .fin_info .fin_info_title {
    font-weight: bold;
    font-size: 15px;
}

.content .fin_info .fin_info_content {
    border: 1px solid #e2e2e2;
    height: 30px;
    line-height: 30px;
}

.content .fin_info .fin_info_content:hover {
    background-color: #EEE;
}

.content .fin_info .fin_info_content .fin_info_img {
    margin-top: 5px;
    margin-left: 10px;
}

.content .fin_info .fin_info_content .fin_info_link {
    width: 100px;
    text-align: center;
}

/*
	sitemap.html
*/
.content .firstview {
    width: 100%;
    height: 200px;
    margin-top: 30px;
}

.content .firstview ul {
    padding: 15px;
    width: 100%;
    height: 115px;
    border: 1px solid #eaeaea;
    margin-top: 5px;
    overflow: hidden;
}

.content .firstview ul li {
    width: 40%;
    height: 30px;
    line-height: 30px;
    margin-left: 10%;
    list-style-image: url(../images/list_type_img.png);
    float: left;
}

.content .firstview .content_first {
    width: 29%;
}

.content .firstview .content_second {
    width: 29%;
    margin: auto 6.5%;
}

.content .firstview .content_third {
    width: 29%;
}

/*
 	businesssite.html
 */
.content .BSite_title {
    width: 100%;
    height: 40px;
    border-top: 1px solid #e2e2e2;
}

.content .BSite_title .BSite_title1 {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.content .BSite_title .BSite_title2 {
    font-size: 15px;
    cursor: pointer;
}

.content .BSite_title ul li {
    float: left;
    margin-top: 10px;
}

.content .BSite_content {}

.content .BSite_content .BSite_content_branch {}

.content .BSite_content .BSite_content_branch ul li {
    float: left;
}

.content .BSite_content .BSite_content_branch .BSite_select {
    width: 20%;
}

.content .BSite_content .BSite_content_branch .BSite_select select {
    width: 166px;
    height: 28px;
    border: 1px solid #e2e2e2;
    outline: none;
}

.content .BSite_content .BSite_content_branch .BSite_select select option {}

.content .BSite_content .BSite_content_branch .BSite_input {
    width: 33%;
}

.content .BSite_content .BSite_content_branch .BSite_input input {
    width: 290px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e2e2e2;
    outline: none;
}

.content .BSite_content .BSite_content_branch .BSite_btn {
    width: 20%;
}

.content .BSite_content .BSite_content_branch .BSite_btn input {
    width: 95px;
    height: 28px;
    background-color: #e5be4e;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
}

.content .BSite_content .BSite_content_branch .BSite_info {
    clear: left;
    width: 330px;
    height: 445px;
    border: 1px solid #e2e2e2;
}

.content .BSite_content .BSite_content_branch .BSite_info ul li {
    margin: 10px 15px 0 15px;
    padding-left: 10px;
    width: 88%;
    border-bottom: 1px dashed #e2e2e2;
}

.content .BSite_content .BSite_content_branch .BSite_info ul li .BSite_info_title {
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.content .BSite_content .BSite_content_branch .BSite_map {
    width: 630px;
    height: 445px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}


.content .BSite_content .BSite_content_branch .myTab0_page {
    width: 95%;
    text-align: center;
    padding: 5px;
}

.content .BSite_content .BSite_content_branch .myTab0_page .page_input {
    width: 30px;
    height: 16px;
    border: 1px solid #e2e2e2;
    outline: none;
}

.content .BSite_content .BSite_content_branch .myTab0_page .page_btn {
    width: 43px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #e2e2e2;
    border-radius: 3px 3px;
    cursor: pointer;
    background-color: #FFF;
}

/*
	sitehotprd.html
*/
.content .map {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    margin-top: 20px;
}

.content .prdTitle {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #267bc9;
    height: 50px;
    line-height: 50px;
}

.myTab0_page a:hover {
    cursor: pointer;
}

/*
	recruit.html
*/
.content .job_title {
    font-size: 16px;
    color: #267bc9;
    font-weight: bold;
}

.content .job_search {
    width: 100%;
    height: 150px;
}

.content .job_search_conditions div div {
    margin-top: 20px;
}

.content .job_search_conditions .job_search_condition1 {
    width: 300px;
}

.content .job_search_conditions .job_search_condition1 div select {
    width: 165px;
    height: 25px;
    border: 1px solid #e2e2e2;
    margin-left: 20px;
    outline: none;
}

.content .job_search_conditions .job_search_condition2 {
    width: 410px;
}

.content .job_search_conditions .job_search_condition2 div input {
    width: 280px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #e2e2e2;
    outline: none;
}

.content .job_search_conditions .job_search_condition2 div .date_box {
    width: 113px;
    height: 23px;
    border: 1px solid #e2e2e2;
    background: url("../images/calendar.png")no-repeat scroll right center transparent;
    padding-right: 20px;
}

.content .job_search_conditions .job_search_condition3 {
    width: 150px;
}

.content .job_search_conditions .job_search_condition3 div input {
    width: 95px;
    height: 25px;
    color: #FFF;
    background-color: #e3bc4d;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    cursor: pointer;
    outline: none;
}

.content .job_list {
    width: 100%;
}

.content table {
    border-top: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-collapse: collapse;
}

.content thead,
tbody tr td {
    width: 142px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    margin: 0;
}

.content .job_list .myTab0_page {
    width: 100%;
    text-align: center;
    padding: 5px;
}

.content .job_list .myTab0_page .page_input {
    width: 50px;
    height: 16px;
    border: 1px solid #e2e2e2;
    outline: none;
}

.content .job_list .myTab0_page .page_btn {
    width: 43px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #e2e2e2;
    border-radius: 3px 3px;
    cursor: pointer;
    background-color: #FFF;
    outline: none;
}



select {
    /*Chrome��Firefox����ı߿��ǲ�һ���ģ����Ը�д��һ��*/
    border: solid 1px #e2e2e2;

    /*�ܹؼ�����Ĭ�ϵ�selectѡ�����ʽ���*/
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;



    /*Ϊ����С��ͷ����һ��λ�ã����ⱻ���ָ���*/
    /*padding-right: 14px;*/
}

/*���ie��Ĭ��ѡ�����ʽ���������������ͷ*/
select::-ms-expand {
    display: none;
}

/*ie chrom placeholder*/
::-webkit-input-placeholder {
    color: #E2E2E2;
    text-indent: 5px;
}

/*firefox Placeholder*/
::-moz-placeholder {
    color: #E2E2E2;
    text-indent: 5px;
    /* û���� */
    opacity: 1 !important;
}

/*ְλ����*/
.content .positionInfo {
    height: 145px;
}

.content .positionInfo dl dt {
    font-size: 18px;
    font-weight: bold;
    color: #267bc9;
    height: 40px;
    line-height: 40px;
}

.content .positionInfo dl dd {
    float: left;
    width: 40%;
    padding-left: 5%;
    line-height: 25px;
}

.content .positionInfo dl dd span {
    font-weight: bold;
    padding-right: 10px;
}

.content .positionDuty {
    height: auto;
}

.content .positionDuty .positionCon {
    height: auto !important;
}

.content .positionDuty .p_title {
    height: auto;
    font-size: 18px;
    font-weight: bold;
    color: #267bc9;
    height: 40px;
    line-height: 40px;
}

.content .positionDuty .p_content {
    height: auto;
    width: 95%;
    padding-left: 2%;
    line-height: 25px;
}

.content .applyNow {
    text-align: center;
}

.content .applyNotice {
    text-align: center;
    color: red;
}

.content .applyNow button {
    background-color: #0066b3;
    width: 100px;
    height: 25px;
    line-height: 25px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
}



/*����Ƽ�*/
.content table {
    border: 1px solid #9c9b9b;
    border-right: none;
    border-bottom: none;
    border-collapse: collapse;
    width: 99%;
}

.content thead tr td {
    width: auto;
    text-align: center;
    border-right: 1px solid #9c9b9b;
    border-bottom: 1px solid #9c9b9b;
    padding: 0;
    margin: 0;
}

.content tbody tr td {
    width: auto;
    text-align: center;
    border-right: 1px solid #9c9b9b;
    border-bottom: 1px solid #9c9b9b;
    padding: 0;
    margin: 0;
}

.content thead tr {
    height: 30px;
}

.content thead {
    background-color: #f1f0f0;
    font-size: 15px;
    font-weight: bold;
}

.content .aTab .TabContent .wNotice {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.content .aTab .TabContent .wBtn {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.content .aTab .TabContent .wBtn button {
    width: 50px;
    height: 25px;
    line-height: 25px;
    background-color: #EEE;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    cursor: pointer;
}


/*error*/
.error {
    width: 750px;
    height: 350px;
    margin: 110px auto;
    background-color: #FFF;
}

.error .e_head {
    height: 30px;
    background: -webkit-linear-gradient(top, #f0f0f0 0, #FFF 100%);
    background: -moz-linear-gradient(top, #f0f0f0 0, #FFF 100%);
    background: -o-linear-gradient(top, #f0f0f0 0, #FFF 100%);
    background: linear-gradient(to bottom, #f0f0f0 0, #FFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0f0f0, endColorstr=#FFF, GradientType=0);
}

.error .one {
    margin-top: 30px;
    height: 70px;
    clear: left;
}

.error .one .e_icon {
    float: left;
    margin-left: 15%;
}

.error .one .e_text {
    float: left;
    margin-left: 2%;
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
}

.error .two {
    margin-left: 24%;
    line-height: 29px;
    color: #959595;
    font-weight: bold;
}

.error .two span {
    margin-left: 10px;
}

/*���� ����� ����*/
#page a:hover {
    cursor: pointer;
}

.content .aTab .tabContent {
    width: 75%;
    padding-top: 20px;
    padding-left: 40px;
}

.content .aTab .tabContent .inBorder {
    width: 150px;
    height: 23px;
    border: 1px solid #9c9b9b;
    border-radius: 3px;
    padding-left: 20px;
}

.content .aTab .tabContent .donload {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

.content .aTab .tabContent h3 {
    line-height: 25px;
    float: left;
    padding-right: 5px;
}

.content .aTab .tabContent .datebox {
    float: left;
    margin-bottom: 30px;
}

.content .aTab .tabContent .searchbox {
    float: left;
    margin-bottom: 30px;
    margin-left: 30px;
}

.content .aTab .tabContent .datebox .inbox {
    width: 150px;
    height: 20px;
    border: 1px solid #9c9b9b;
    padding-left: 5px;
}

.content .aTab .tabContent .searchbox button {
    width: 61px;
    height: 25px;
    border: 1px solid #9c9b9b;
    border-radius: 3px 3px;
    background-color: #FFF;
    margin-left: 16px;
}

.content .aTab .tabContent table {
    border: 1px solid #9c9b9b;
    border-right: none;
    border-bottom: none;
    border-collapse: collapse;
    color: #000;
}

.content .aTab .tabContent thead tr td {
    width: 142px;
    text-align: center;
    border-right: 1px solid #9c9b9b;
    border-bottom: 1px solid #9c9b9b;
    padding: 0;
    margin: 0;
}

.content .aTab .tabContent tbody tr td {
    width: 142px;
    text-align: center;
    border-right: 1px solid #9c9b9b;
    border-bottom: 1px solid #9c9b9b;
    padding: 0;
    margin: 0;
}

.content .aTab .tabContent thead tr {
    height: 30px;
    background-color: #65b2eb;
}

.content .aTab .tabContent thead {
    background-color: #f1f0f0;
    font-size: 15px;
    font-weight: bold;
}

.content .aTab .tabContent .myTab0_page {
    width: 99%;
    border-top: 1px solid #e2e2e2;
    text-align: center;
    padding: 5px;
}

.content .aTab .tabContent .myTab0_page .page_input {
    width: 50px;
    height: 16px;
    border: 1px solid #e2e2e2;
    outline: none;
}

.content .aTab .tabContent .myTab0_page .page_btn {
    width: 43px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #e2e2e2;
    border-radius: 3px 3px;
    cursor: pointer;
    background-color: #FFF;
}


.content .aTab .tabContent .tb_cdt {
    border: 2px solid #d6d6d6;
    background-color: #f1f1f1;
    clear: both;
    height: 260px;
}

.content .aTab .tabContent .tb_cdt .cdt_title {
    border-bottom: 2px solid #d6d6d6;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    background-color: #0066b3;
    color: #FFF;
}

.content .aTab .tabContent .tb_cdt .cdt_rowtype {
    float: left;
    width: 47%;
    border-bottom: 1px solid #d6d6d6;
    line-height: 30px;
}

.content .aTab .tabContent .tb_cdt .clearwid {
    clear: left;
    width: 94%;
}

.inbox {
    width: 150px;
    height: 20px;
    border: 1px solid #9c9b9b;
    padding-left: 5px;
    background-color: #fff;
    text-align: center;
}

.date_box {
    text-align: center;
    width: 90px;
    height: 20px;
    border: 1px solid #9c9b9b;
    background: url("../images/calendar.png")no-repeat scroll right center transparent;
    padding-right: 20px;
    background-color: #fff;
}

.buttonstyle {
    clear: left;
    width: 25%;
    margin: 0 auto;
}

.button {
    width: 85px;
    height: 23px;
    background-color: #0066b3;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.tdfirst {
    text-decoration: underline;
    background-color: #e9cd7a;
    color: #fff;
}

.tdmiddle {
    background-color: #ffa076;
}

.tdlast {
    background-color: #e9cd7a;
    color: #fff;
}

.btnbuy {
    width: 34px;
    height: 25px;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 5px;
}

.btnname {
    width: 60px;
    height: 35px;
    background-color: #FFF;
    cursor: pointer;
    border-radius: 5px;
    line-height: 13px;
}

/*��������ҳ*/
.slideTxtBox {
    border: 2px solid #d6d6d6;
}

.slideTxtBox .hd ul {
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    background-color: #0066b3;
    color: #FFF;
}

.slideTxtBox .hd ul li {
    float: left;
    margin-left: 10px;
    cursor: pointer;
    margin-top: 5px;
}

.slideTxtBox .bd {
    padding: 20px;
    background-color: #e2e2e2;
}

.on {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #e2e2e2;
    border-bottom: none;
    padding: 0 10px;
    color: #000;
}

/*��Ʒ��Ϣ��ѯ*/
.secondMenu {
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 20px;
    border-right: 1px solid #e2e2e2;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    cursor: pointer;
    background: #fff;
}

.secondMenu span {
    float: right;
    padding-right: 20px;
}

/*������Ϣ������*/
.finacialDialog {
    display: none;
    width: 200px;
    padding: 10px;
    line-height: 14px;
    background: #e2e2e2;
    text-align: left;
    height: 80px;
    left: 70px;
    top: 20px;
    position: absolute;
    font-size: 14px;
    color: #000;
}

.tdfirst:hover .finacialDialog {
    display: block;
}


.tableImg {
    height: 438px;
    position: relative;
    width: 100%;
    min-width: 1440px;
    overflow: hidden;
}

.tableImg img {
    height: 438px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 1440px;
    transform: translate(-50%, -50%);
}




.whdtTopImg {
    height: 238px !important;
    position: relative;
    width: 100%;
    min-width: 1440px;
    overflow: hidden;
}

.whdtTopImg img {
    height: 238px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 1440px;
    transform: translate(-50%, -50%);
}

.articleicon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/data/tosend/resource/template/jiangsubankNew/images/assets/site.png');
    background-size: 20px 20px;
    vertical-align: sub;
    margin-right: 6px;
}

.content {
    padding-top: 60px;
    width: 1440px;
    background-color: #fafafa;
    margin: 0 auto;
}

.content .aTab {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
}

.content .aTab .tabContent {
    overflow: hidden;
    width: 960px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0 20px;
    margin-top: 22px;
    box-sizing: border-box;
    padding-bottom: 204px;
}

.sub_nav_new {
    position: static !important;
    font-size: 16px;
    color: #5D5D5D;
    line-height: 22px;
}

.sub_nav_new a {
    font-size: 16px;
    color: #5D5D5D;
    line-height: 22px;
}


.sub_nav_new a:hover {
    color: #1169DD;
}

.content .aTab .tabContent .tb_cdt {
    margin-top: 20px;
    border: none;
    background: none;
    height: auto;
}

.content .aTab .tabContent .tb_cdt .cdt_title {
    position: relative;
    font-size: 18px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 600;
    border: none;
    background: none;
    padding-left: 12px;
    margin-bottom: 10px;
}

.content .aTab .tabContent .tb_cdt .cdt_title::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background: #1169DD;
    width: 2px;
    height: 20px;
}

.content .aTab .tabContent .tb_cdt .cdt_rowtype {
    position: relative;
    border: none;
    width: auto;
    min-height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333333;
    margin-top: 29px;
    display: inline-block;
    float: none;
}

.content .aTab .tabContent .tb_cdt .cdt_rowtype input[type="text"] {
    margin-right: 42px;
}

.content .aTab .tabContent .tb_cdt .cdt_rowtype span {
    display: inline-block;
    min-width: 84px;
    margin-right: 14px;
}

.inbox {
    width: 273px;
    height: 34px;
    border: 1px solid #eee;
    padding-left: 11px;
    background-color: #fff;
    box-sizing: border-box;
    text-align: left;
}


input[type="radio"] {
    margin-right: 14px;
    margin-left: 28px;
}

input[type="radio"]:first-of-type {
    margin-left: 0;
}

.flex {
    display: flex !important;
}

.mr-28 {
    margin-right: 28px;
}

.flex-wrap {
    flex-wrap: wrap
}

.content .aTab .tabContent .tb_cdt .btn-box {
    width: 100%;
    border-top: 1px solid #eee;
}

.buttonstyle {
    width: 100% !important;
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
    box-sizing: border-box;
}

.button[name="reset"] {
    background: #F4F6F9;
    border: 1px solid rgba(206, 208, 218, 1);
    border-radius: 2px;
    width: 80px;
    height: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    margin-right: 30px;
}

.button[name="submit"] {
    width: 80px;
    height: 30px;
    background: #1169DD;
    border-radius: 2px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.content .aTab .tabContent table {
    width: 100%;
    margin-top: 41px;
    border: 1px solid #dadada;
}

.content .aTab .tabContent thead {
    background-color: #f1f1f1;
    font-size: 12px;
    color: #000000;
    text-align: center;
    font-weight: 400;
}

.content .aTab .tabContent thead tr {
    background: none;
    height: 44px;
}

.content .aTab .tabContent thead tr td {
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 4px;
}

.content .aTab .tabContent tbody tr td {
    background: none;
    width: auto;
    word-break: break-word;
    font-size: 12px;
    color: #000000;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
    padding: 8px;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.content .aTab .tabContent tbody tr td a {
    font-size: 12px;
    color: #1169DD;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
}

.pagnation,
.pagnation1 {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    bottom: 50px;
    right: 55px;
    font-size: 12px;
    color: #353535;
    line-height: 24px;
    padding-top: 20px;
    border-top: 1px solid #dadada;
}

.pagnation a,
.pagnation1 a {
    font-size: 12px;
    color: #353535;
    width: 36px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(218, 218, 218, 1);
    border-radius: 2px;
    margin-right: 6px;
    cursor: pointer;
}

.page_numbers {
    display: flex;
}

.num {
    margin-left: 10px;
    line-height: 26px;
}

.pagnation .page-item,
.pagnation1 .page-item {
    width: auto;
    min-width: 24px;
    height: 24px;
}

.page-item.active {
    background: #1169DD;
    color: #FFFFFF;
}

a.left-arrow {
    border: 0;
    width: 10px;
    height: 26px;
    margin-right: 10px;
    display: none;
}

a.left-arrow .page-arrow {
    width: 10px;
    height: 20px;
    margin-top: 3px;
}

a.left-arrow.active {
    display: block;
}

a.right-arrow {
    border: 0;
    width: 10px;
    height: 26px;
    margin-left: 10px;
    transform: rotate(180deg);
    display: none;
}

a.right-arrow .page-arrow {
    width: 10px;
    height: 20px;
    margin-top: 3px;
}

a.right-arrow.active {
    display: block;
}

.hide {
    display: none !important;
}

.content .aTab .tabContent thead tr td span {
    display: inline-block;
}

span.range {
    width: 6px;
    height: 12px;
    font-size: 12px;
    display: inline-block;
    float: right;
}

span.range span:first-child {
    display: inline-block;
    width: 6px;
    height: 5px;
    transform: scale(0.7) translateY(-2px);
}

span.range span:last-child {
    display: inline-block;
    width: 6px;
    height: 5px;
    transform: scale(0.7) translateY(-12px);
}

.content .aTab .tabContent thead tr td span.items-center {
    display: flex;
    align-items: center;
}

.w-full {
    width: 100% !important;
}

.btnname {
    font-size: 12px;
    color: #1169DD;
    text-align: center;
    line-height: 16px;
    font-weight: 400;
}

.tabContent h2 {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.04px;
    font-weight: 600;
}

.top-icon {
    position: absolute;
    top: -3px;
    right: 50px;
    font-size: 12px;
    transform: scale(0.7);
}

.bottom-icon {
    position: absolute;
    top: 3px;
    right: 50px;
    font-size: 12px;
    transform: scale(0.7);
}

.go-box {
    font-size: 0;
    display: flex;
}

.go-box span {
    font-size: 12px;
}

input.go-input {
    border: 1px solid rgba(218, 218, 218, 1);
    border-radius: 2px;
    width: 36px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    margin: 0 6px;
}

input.go-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.go-btn {
    margin-left: 6px;
}

div.page-item {
    margin-right: 6px;
    text-align: center;
}